home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #10 / CD 10 (Black) - 1998.iso / tetris / _setup.1 / Tetrice.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1997-10-04  |  6.4 KB  |  292 lines

  1. object Form1: TForm1
  2.   Left = 202
  3.   Top = 100
  4.   Width = 206
  5.   Height = 246
  6.   BorderIcons = []
  7.   Caption = 'Tetrice'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   KeyPreview = True
  14.   Menu = MainMenu1
  15.   OnKeyDown = FormKeyDown
  16.   OnPaint = FormPaint
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Bevel1: TBevel
  20.     Left = 7
  21.     Top = 55
  22.     Width = 42
  23.     Height = 51
  24.   end
  25.   object Label1: TLabel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 41
  29.     Height = 16
  30.     Caption = 'Score:'
  31.     Font.Color = clBlue
  32.     Font.Height = -13
  33.     Font.Name = 'System'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object Label2: TLabel
  38.     Left = 8
  39.     Top = 112
  40.     Width = 34
  41.     Height = 16
  42.     Caption = ' Next'
  43.     Font.Color = clBlue
  44.     Font.Height = -13
  45.     Font.Name = 'System'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object Label3: TLabel
  50.     Left = 8
  51.     Top = 144
  52.     Width = 40
  53.     Height = 16
  54.     Caption = 'Level:'
  55.     Font.Color = clBlue
  56.     Font.Height = -13
  57.     Font.Name = 'System'
  58.     Font.Style = [fsBold]
  59.     ParentFont = False
  60.   end
  61.   object Label4: TLabel
  62.     Left = 3
  63.     Top = 24
  64.     Width = 52
  65.     Height = 16
  66.     Alignment = taCenter
  67.     AutoSize = False
  68.     Caption = '0'
  69.   end
  70.   object Label5: TLabel
  71.     Left = 24
  72.     Top = 168
  73.     Width = 16
  74.     Height = 16
  75.     AutoSize = False
  76.     Caption = '1'
  77.   end
  78.   object MediaPlayer1: TMediaPlayer
  79.     Left = -8
  80.     Top = 56
  81.     Width = 253
  82.     Height = 30
  83.     Visible = False
  84.     TabOrder = 0
  85.   end
  86.   object MediaPlayer2: TMediaPlayer
  87.     Left = -8
  88.     Top = 64
  89.     Width = 253
  90.     Height = 30
  91.     Visible = False
  92.     TabOrder = 1
  93.   end
  94.   object MainMenu1: TMainMenu
  95.     Left = 80
  96.     Top = 16
  97.     object Game1: TMenuItem
  98.       Caption = '&Game'
  99.       ShortCut = 0
  100.       object Newgame1: TMenuItem
  101.         Caption = '&New game'
  102.         ShortCut = 0
  103.         OnClick = Newgame1Click
  104.       end
  105.       object Pause1: TMenuItem
  106.         Caption = '&Pause'
  107.         ShortCut = 0
  108.         OnClick = Pause1Click
  109.       end
  110.       object Exit1: TMenuItem
  111.         Caption = '&Exit'
  112.         ShortCut = 0
  113.         OnClick = Exit1Click
  114.       end
  115.     end
  116.     object Options1: TMenuItem
  117.       Caption = '&Options'
  118.       ShortCut = 0
  119.       object Speed1: TMenuItem
  120.         Caption = 'Computer Speed'
  121.         ShortCut = 0
  122.         object N486SX331: TMenuItem
  123.           Caption = '486 SX 33'
  124.           RadioItem = True
  125.           ShortCut = 0
  126.           OnClick = N486SX331Click
  127.         end
  128.         object N486DX331: TMenuItem
  129.           Caption = '486 DX 33'
  130.           RadioItem = True
  131.           ShortCut = 0
  132.           OnClick = N486DX331Click
  133.         end
  134.         object N486DX661: TMenuItem
  135.           Caption = '486 DX 66'
  136.           RadioItem = True
  137.           ShortCut = 0
  138.           OnClick = N486DX661Click
  139.         end
  140.         object N5861331: TMenuItem
  141.           Caption = '586 133'
  142.           RadioItem = True
  143.           ShortCut = 0
  144.           OnClick = N5861331Click
  145.         end
  146.         object Pentium1001: TMenuItem
  147.           Caption = 'Pentium 100'
  148.           Checked = True
  149.           RadioItem = True
  150.           ShortCut = 0
  151.           OnClick = Pentium1001Click
  152.         end
  153.         object Pentium1331: TMenuItem
  154.           Caption = 'Pentium 133'
  155.           RadioItem = True
  156.           ShortCut = 0
  157.           OnClick = Pentium1331Click
  158.         end
  159.         object Pentium1501: TMenuItem
  160.           Caption = 'Pentium 150'
  161.           RadioItem = True
  162.           ShortCut = 0
  163.           OnClick = Pentium1501Click
  164.         end
  165.         object Pentium2001: TMenuItem
  166.           Caption = 'Pentium 200'
  167.           RadioItem = True
  168.           ShortCut = 0
  169.           OnClick = Pentium2001Click
  170.         end
  171.         object PentiumII1: TMenuItem
  172.           Caption = 'Pentium II 233'
  173.           RadioItem = True
  174.           ShortCut = 0
  175.           OnClick = PentiumII1Click
  176.         end
  177.         object PentiumII3001: TMenuItem
  178.           Caption = 'Pentium II 300'
  179.           ShortCut = 0
  180.           OnClick = PentiumII3001Click
  181.         end
  182.       end
  183.       object Level1: TMenuItem
  184.         Caption = '&Height'
  185.         ShortCut = 0
  186.         object N101: TMenuItem
  187.           Caption = '20'
  188.           ShortCut = 0
  189.           OnClick = N101Click
  190.         end
  191.         object N121: TMenuItem
  192.           Caption = '22'
  193.           ShortCut = 0
  194.           OnClick = N121Click
  195.         end
  196.         object N141: TMenuItem
  197.           Caption = '24'
  198.           ShortCut = 0
  199.           OnClick = N141Click
  200.         end
  201.         object N161: TMenuItem
  202.           Caption = '26'
  203.           ShortCut = 0
  204.           OnClick = N161Click
  205.         end
  206.         object N181: TMenuItem
  207.           Caption = '28'
  208.           ShortCut = 0
  209.           OnClick = N181Click
  210.         end
  211.         object N201: TMenuItem
  212.           Caption = '30'
  213.           ShortCut = 0
  214.           OnClick = N201Click
  215.         end
  216.       end
  217.       object FullScreen1: TMenuItem
  218.         Caption = '&Width'
  219.         ShortCut = 0
  220.         object N61: TMenuItem
  221.           Caption = '6'
  222.           ShortCut = 0
  223.           OnClick = N61Click
  224.         end
  225.         object N81: TMenuItem
  226.           Caption = '8'
  227.           ShortCut = 0
  228.           OnClick = N81Click
  229.         end
  230.         object N102: TMenuItem
  231.           Caption = '10'
  232.           ShortCut = 0
  233.           OnClick = N102Click
  234.         end
  235.         object N122: TMenuItem
  236.           Caption = '12'
  237.           ShortCut = 0
  238.           OnClick = N122Click
  239.         end
  240.         object N142: TMenuItem
  241.           Caption = '14'
  242.           ShortCut = 0
  243.           OnClick = N142Click
  244.         end
  245.         object N162: TMenuItem
  246.           Caption = '16'
  247.           ShortCut = 0
  248.           OnClick = N162Click
  249.         end
  250.         object N182: TMenuItem
  251.           Caption = '18'
  252.           ShortCut = 0
  253.           OnClick = N182Click
  254.         end
  255.         object N202: TMenuItem
  256.           Caption = '20'
  257.           ShortCut = 0
  258.           OnClick = N202Click
  259.         end
  260.         object N301: TMenuItem
  261.           Caption = '30'
  262.           ShortCut = 0
  263.           OnClick = N301Click
  264.         end
  265.       end
  266.       object Sound1: TMenuItem
  267.         Caption = 'Soun&d'
  268.         ShortCut = 0
  269.         OnClick = Sound1Click
  270.       end
  271.     end
  272.     object About1: TMenuItem
  273.       Caption = '&About'
  274.       ShortCut = 0
  275.       OnClick = About1Click
  276.     end
  277.   end
  278.   object Timer1: TTimer
  279.     Enabled = False
  280.     Interval = 300
  281.     OnTimer = Timer1Timer
  282.     Left = 128
  283.     Top = 24
  284.   end
  285.   object Timer2: TTimer
  286.     Interval = 65530
  287.     OnTimer = Timer2Timer
  288.     Left = 128
  289.     Top = 96
  290.   end
  291. end
  292.